Skip to content

DEV: (cmds) update INCREX command page for recent API change#3350

Merged
dwdougherty merged 3 commits into
DOC-6334from
DOC-6643
May 20, 2026
Merged

DEV: (cmds) update INCREX command page for recent API change#3350
dwdougherty merged 3 commits into
DOC-6334from
DOC-6643

Conversation

@dwdougherty
Copy link
Copy Markdown
Collaborator

@dwdougherty dwdougherty commented May 20, 2026

Redis 8.8 feature


Note

Low Risk
Low risk: documentation and diagram updates only, but they reflect a behavioral/API change (default out-of-bounds handling and option names) that could confuse users if inaccurate.

Overview
Updates the INCREX command docs to match the new out-of-bounds API: removes OVERFLOW <FAIL|SAT|REJECT> in favor of a SATURATE flag, and documents that the default on bound/type-limit violations is now to skip the operation and return [current_value, 0].

Refreshes syntax strings, option descriptions, examples (including the rate-limiter snippet), return-value notes, and the railroad diagram (static/images/railroad/increx.svg) accordingly.

Reviewed by Cursor Bugbot for commit 496fcf7. Bugbot is set up for automated code reviews on this repo. Configure here.

@dwdougherty dwdougherty requested review from a team and LiorKogan May 20, 2026 13:58
@dwdougherty dwdougherty self-assigned this May 20, 2026
@dwdougherty dwdougherty added the oss Redis Open Source label May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

DOC-6643

@github-actions
Copy link
Copy Markdown
Contributor

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented May 20, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dwdougherty
Copy link
Copy Markdown
Collaborator Author

TYVM, @andy-stark-redis!

Comment thread content/commands/increx.md Outdated
Comment thread content/commands/increx.md Outdated
Comment thread content/commands/increx.md Outdated
Comment thread content/commands/increx.md Outdated
@dwdougherty dwdougherty merged commit 32cec8b into DOC-6334 May 20, 2026
5 checks passed
@dwdougherty dwdougherty deleted the DOC-6643 branch May 20, 2026 19:47
dwdougherty added a commit that referenced this pull request May 25, 2026
* DEV: update ACL page - comments allowed in ext. files (#2937)

* DEV: update redis-cli docs with word-jump nav. info. (#2935)

* DEV: (cmds) add XIDMPRECORD command page (#2939)

* DEV: (cmds) add XIDMPRECORD command page

* Address PM feedback

* Apply suggestions from code review

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* OP: update version mgmt page for 8.6 and 8.8 (#2947)

* OP: update "tested on" information (#2945)

* DEV: (cmds) update TS cmd pages for multiple aggregators support (#2949)

* DEV: (cmds) update TS cmd pages for multiple aggregators support

* Address Bugbot's concerns

* Address more of Bugbot's concerns

* Address Lior's comments

* Address more of Lior's comments

* DEV: update JSON.SET cmd page (etc) with FPHA argument (#2964)

* DEV: update JSON.SET cmd page (etc) with FPHA argument

* Address Andy's and Lior's concerns

* Address more of Lior's concerns

* DEV: (cmds) add GCRA command page and general info. (#2943)

* DEV: (cmds) add GCRA command page and general info.

* Apply suggestion from @mich-elle-luna

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Address Lior's comments

* Small commit to remove superfluous frontmatter

* Address more of Lior's comments

* Address yet more of Lior's concerns

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* DEV: update various metrics (#2942)

* DEV: update various metrics

* Address Lior's concerns (stat name changes)

* DEV: (cmds) add note about auto-expiration to GCRA command page

* Add missing RS/RC compat. info.

* DEV: (cmds) add GCRASETVALUE command page (#3016)

* DEV: update modules API page (#3024)

* DEV: add info. about sub-keyspace notifications (#3014)

* DEV: add info. about sub-keyspace notifications

* Refactor based on review feedback

* Address more review feedback

* Apply suggestions from code review

* Address more review comments

* DEV: (cmds) add COUNT aggregator to sorted set commands (#3023)

* DEV: (cmds) add COUNT aggregator to sorted set commands

* Address Bugbot's concerns.

* Address reviewer's concerns

* DEV: (cmds + etc) add XNACK command page and general info. (#2992)

* DEV: (cmds + etc) add XNACK command page and general info.

* Apply suggestions from code review

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Add missing RS/RC compat. info.

* Address reviewer concerns

* Address more reviewer comments

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Remove superflous frontmatter from cmds

* DEV: document search limitation inside MULTI/EXEC (#3062)

* DEV: document search limitation inside MULTI/EXEC

* Apply suggestions from code review

* DEV: (cmds) document new array data structure (#3081)

* Add banners to array pages

* DEV: (cmds) update array data type information (#3184)

* A few updates to the arrays page based on a blog page

* DEV: revert GCRA (8.8) content (#3293)

* DEV: (cmds) add INCREX command page (#3137)

* DEV: (cmds) add INCREX command page

* A few minor fixes

* Add railroad_diagram frontmatter

* Remove *#%6! tmp directory

* Add more ACL cats

* Address reviewer's comments

* DEV: (cmds) add INCREX command page

* Address reviewer's concerns

* Add INCREX keyspace notification event

---------

Co-authored-by: debing.sun <debing.sun@redis.com>

* DEV: add ROS8.8 what's new page (#3322)

* DEV: create redis-8-8-commands.md page (#3323)

* DEV: update final bits and pieces for 8.8 release (#3333)

* DEV: update data/commands_*.json from GA build (#3335)

* DEV: update dt comparison pg

* DEV: (cmds) update FT.PROFILE and FT.HYBRID commands (#3340)

* DEV: (cmds) update FT.PROFILE and FT.HYBRID commands

* Tweak command page and add add'l info to vector search page

* DEV: (cmds) FT.AGGREGATE - add COLLECT reducer (#3320)

* DEV: (cmds) FT.AGGREGATE - add COLLECT reducer

* Apply review suggestions

* DEV: (cmds) update INCREX command page for recent API change (#3350)

* DEV: (cmds) update INCREX command page for recent API change

* Address reviewer's concerns

* Address more of the reviewer's comments

* DEV: add 8.8-GA release notes (#3326)

* DEV: add 8.8-GA release notes

* Fix a handful of links

* DEV: (cmds) add 8.8 cmds to RS compat. page

* Apply review comments.

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>

* Final rel. notes and sundry

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: debing.sun <debing.sun@redis.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oss Redis Open Source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants